The frontend is designed for a 16character x 2line LCD display with the
port address set to 0x378 on your computer. Changing the code to accomidate for a larger
display should not be too much of a problem Just before the frontend launches the player
to play the mp3, it outputs to the lcd the info in the third column of mp3.lst to the
corresponding 3 digit number you have selected.
additional controls are:
right arrow key = fast forward
left arrow key = rewind
+ = increase volume
- = decrease volume
Home(with numlock off) = goto beginning of song
End(with numlock off) = goto end of song
* = pause
/ = stop
[enter] = stop
Now, about the source code:
The source code is also availablefree of charge. If anyone wants source code for the
frontend, email me. Tell me what you are planning
to do, and I will most likely send it to you.
What I ask of people reading this page:
If you know C fairly well, there are a few things I would like to add to the player:
Multiple song input. for example, to play songs 5, then 12, then 15, I would type in
"5.12.15", using the decimal as a spacer
I tried playing with an interrupt that would run diskoff.exe after 5min of inactivity,
but i couldnt get it to work. diskoff.exe is a is a program i have that shuts down the HD.
This would help a lot with power saving.
- Some better graphics for the LCD.
- Song Name Scrolling.
- Sogn Time display.
|